Skip to main content

All Questions

1vote
1answer
67views

Functional tests for a web app repeating the same code

My problem/concern is that I am trying to remove duplicate code from my functional tests without breaking the Page Object Pattern that I am following. If you look at the code below, you will notice ...
Nikolay Advolodkin's user avatar
4votes
1answer
478views

Unit testing a service to return items from a database

I have been a developer for many years and get core development concepts, as well as unit testing ones such as DI/Ioc, Mocking etc. I also understand the values, importance of unit testing and writing ...
askrich's user avatar

close